home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / µSim 1.0.5 / source / CommonC.r < prev    next >
Encoding:
Text File  |  1995-11-22  |  1.2 KB  |  66 lines  |  [TEXT/CWIE]

  1. /*
  2. Copyright © 1993,1994 by Fabrizio Oddone
  3. ••• ••• ••• ••• ••• ••• ••• ••• ••• •••
  4. This source code is distributed as freeware: you can copy, exchange, modify this
  5. code as you wish. You may include this code in any kind of application: freeware,
  6. shareware, or commercial, provided that full credits are given.
  7. You may not sell or distribute this code for profit.
  8. */
  9.  
  10. #define SystemSevenOrLater 1
  11.  
  12. #include "SysTypes.r"
  13. #include "Types.r"
  14.  
  15.  
  16. /*
  17. resource 'SIZE' (-1, purgeable) {
  18.     reserved,
  19.     acceptSuspendResumeEvents,
  20.     reserved,
  21.     canBackground,
  22.     doesActivateOnFGSwitch,
  23.     backgroundAndForeground,
  24.     dontGetFrontClicks,
  25.     ignoreChildDiedEvents,
  26.     is32BitCompatible,
  27.     isHighLevelEventAware,
  28.     localAndRemoteHLEvents,
  29.     isStationeryAware,
  30.     dontUseTextEditServices,
  31.     reserved,
  32.     reserved,
  33.     reserved,
  34.     311296,
  35.     278528
  36. };
  37. */
  38.  
  39. resource 'STR ' (138, purgeable, preload) {
  40.     "µSimulator Prefs"
  41. };
  42.  
  43. data 'HAND' (128, purgeable, preload) {
  44.     $"E400"
  45. };
  46.  
  47. resource 'nrct' (128, locked, preload) {
  48.     {    /* array RectArray: 5 elements */
  49.         /* [1] */
  50.         {155, 451, 177, 485},
  51.         /* [2] */
  52.         {250, 258, 272, 486},
  53.         /* [3] */
  54.         {7, 70, 271, 244},
  55.         /* [4] */
  56.         {7, 5, 271, 52},
  57.         /* [5] */
  58.         {219, 257, 170, 430}
  59.     }
  60. };
  61.  
  62. resource 'open' (128) {
  63.     'µSIM', { 'µPRG', 'sPRG', 'µRAM', 'µREG', 'TEXT' }
  64. };
  65.  
  66.